ChangePresentation
TheChangePresentation
method changes the presentation of this frame.
void ChangePresentation (in ODTypeToken presentation);
presentation
- A tokenized string representing the presentation to assign to this frame, expressed as a 32-bit value.
DISCUSSION
Your part calls its embedded frame'sChangePresentation
method to request that it use a new presentation. This method in turn calls thePresentationChanged
method of this frame's part to notify the part that its presentation has changed. If the embedded part does not support the requested presentation, it can pick a presentation that it can support and then call its frame'sSetPresentation
method to update the presentation in the frame.EXCEPTIONS
kODErrIllegalNullTokenInput
- The
presentation
parameter is null.SEE ALSO
TheODTypeToken
type (page 877).
TheODFrame::GetPresentation
method (page 323).
TheODFrame::SetPresentation
method (page 337).
TheODPart::PresentationChanged
method (page 535).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help